var crypto/x509.oidSignatureEd25519

3 uses

	crypto/x509 (current package)
		x509.go#L347: 	oidSignatureEd25519         = asn1.ObjectIdentifier{1, 3, 101, 112}
		x509.go#L385: 	{PureEd25519, "Ed25519", oidSignatureEd25519, emptyRawValue, Ed25519, crypto.Hash(0) /* no pre-hashing */, false},
		x509.go#L416: 	if ai.Algorithm.Equal(oidSignatureEd25519) {